Editing Schema General

Name
The name of a schema to be created. The name cannot begin with pg_, as such names are reserved for system schemas.

Owner
The name of the user who will own the schema. If omitted, defaults to the user executing the command. Only superusers may create schemas owned by users other than themselves.